Feature: User Modification
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 15.775s |
Scenario: Modify and Verify User Information
Before
0m 0.624s
Given
I navigate to page "https://ghost-jpjk.onrender.com/ghost/#/signin/"
0m 2.585s
When
I log in with email "<USERNAME>" and password "<PASSWORD>"
0m 1.354s
And
I wait 2 seconds
0m 2.144s
And
I Click on user dropdown
0m 0.243s
And
I wait 2 seconds
0m 2.180s
And
I click on the 'Your profile' link
0m 0.179s
And
I wait 2 seconds
0m 2.196s
When
I modify the user name to "orlandotest" and save changes
0m 0.279s
And
I wait 3 seconds
0m 3.205s
When
I navigate to page "https://ghost-jpjk.onrender.com/author/orlandotest/"
0m 0.659s
Then
I should see the updated name "Helvert Wiesner" in the profile
0m 0.117s
After
0m 0.010s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "https://ghost-jpjk.onrender.com/ghost/#/signin/"
When
I log in with email "<USERNAME>" and password "<PASSWORD>"
And
I wait 2 seconds
And
I Click on user dropdown
And
I wait 2 seconds
And
I click on the 'Your profile' link
And
I wait 2 seconds
When
I modify the user name to "orlandotest" and save changes
And
I wait 3 seconds
When
I navigate to page "https://ghost-jpjk.onrender.com/author/orlandotest/"
Then
I should see the updated name "Helvert Wiesner" in the profile
After
NO IMAGE AVAILABLE